home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 February
/
EnigmA AMIGA RUN 34 (1999)(G.R. Edizioni)(IT)[!][issue 1999-02].iso
/
earcd
/
-recent3
/
reflux.lha
/
ReFluX
/
ReFluX.asc
< prev
next >
Wrap
Text File
|
1999-02-20
|
505b
|
34 lines
v$="$VER: ReFluX 1.0b (19.2.1998) James L Boyd"
; REMEMBER to put Blitzlibs:amigalibs.res into Compiler Options!
del.w=10
If NumPars=1
a$=Par$(1)
If a$="?" OR a$="help" OR a$="-h"
a$="Usage : ReFlux <delay in 1-300 seconds>"
PutStr_ &a$
End
EndIf
del=Val(a$)
If del<1 OR del>300 Then del=10
EndIf
del*50
WBStartup
loop
If (SetSignal_(0,#SIGBREAKF_CTRL_C) & #SIGBREAKF_CTRL_C) Then End
Delay_ del
For a=1 To 10
AllocMem_ $7ffffff0,#MEMF_PUBLIC
Next a
Goto loop